ImageObject.setPixel

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void setPixel(size_t x, size_t y, Color value)
    class ImageObject(Impl)
    @nogc @safe
    void
    setPixel
    (
    size_t x
    ,
    size_t y
    ,)
    if (
    is(Impl == struct) &&
    isUnsigned!(ImageIndexType!Impl)
    &&
    (ImageIndexType!Impl).sizeof <= (void*).sizeof
    )
  2. void setPixel(size_t x, size_t y, Color value)

Meta